home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PsL Monthly 1993 December
/
PSL Monthly Shareware CD-ROM (December 1993).iso
/
prgmming
/
dos
/
c
/
tegl_c.exe
/
SAMPROGS.ZIP
/
SAMC0416.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-05-13
|
392 b
|
26 lines
/* samc04016.c */
#include "teglsys.h"
void main()
{
imagestkptr fs;
unsigned i;
easytegl();
pushimage(1,1,20,20);
shadowbox(1,1,20,20);
fs = stackptr;
pushimage(50,50,150,150);
shadowbox(50,50,150,150);
for(i=0;i<=100;i++)
movestackimage(fs,fs->x+2,fs->y+2);
while(mouse_buttons == 0);
abort_msg("");
}